projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
829e818
)
* src/coding.c (complement_process_encoding_system): Revert last
author
Andreas Schwab
<schwab@linux-m68k.org>
Sat, 3 Oct 2015 18:14:40 +0000
(20:14 +0200)
committer
Andreas Schwab
<schwab@linux-m68k.org>
Sat, 3 Oct 2015 18:15:44 +0000
(20:15 +0200)
change.
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index 31bffeab5c9966b2cb85fdad4c989757de4ba430..c5099a7b0b93bd7ee5cb65af2b556efda16eb4cc 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-6052,7
+6052,6
@@
complement_process_encoding_system (Lisp_Object coding_system)
coding_system = CDR_SAFE (Vdefault_process_coding_system);
else if (i == 2)
coding_system = preferred_coding_system ();
- CHECK_CODING_SYSTEM (coding_system);
spec = CODING_SYSTEM_SPEC (coding_system);
if (NILP (spec))
continue;